move .md files to fallback_docs subfolder#3209
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version from 0.7.52 to 0.7.53 and adds a changelog entry for new node help files. Despite the title mentioning moving .md files to a fallback_docs subfolder, the actual changes only involve version updates and changelog modifications.
- Version bump from 0.7.52 to 0.7.53
- Addition of changelog entry for new node help files
Reviewed Changes
Copilot reviewed 2 out of 25 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CHANGELOG.md | Adds new version 0.7.53 entry with note about new node help files |
| .version | Updates version number from 0.7.52 to 0.7.53 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
| @@ -1,3 +1,6 @@ | |||
| ## 0.7.53 | |||
| * new node help files | |||
There was a problem hiding this comment.
The changelog entry 'new node help files' is too vague. Consider providing more specific details about what node help files were added, modified, or moved to help users understand the changes.
| * new node help files | |
| * Added help file for NodeA | |
| * Updated help file for NodeB | |
| * Moved help file for NodeC to docs/nodes/ |
Follow-up on #3196